/*********************************复用结构样式表*********************************/
/*公共样式*/
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: 100; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
h3, h4, h5 { margin-top: 5px; font-weight: 600; }
body { font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #676a6c; word-wrap: break-word;
    word-break: break-word; min-width: 1200px;}
body, body.full-height-layout #page-wrapper, body.full-height-layout #wrapper, html { height: 100%; }
a { cursor: pointer; }
a:focus, a:hover { text-decoration: none; }
img{ border: 0;}
/*自定义滚动条样式*/
/*
::-webkit-scrollbar-track{background-color: #eee;}
::-webkit-scrollbar{ width:6px; height:6px; background-color:#dadada;}
::-webkit-scrollbar-thumb{ background-color:#dadada;}
scrollbar-track{background-color: #eee;}
scrollbar{ width:6px; height:6px; background-color:#dadada;}
scrollbar-thumb{ background-color:#dadada;}*/
/**************常用class******************/
.red{color:red !important; font-family: "微软雅黑";}
/*浮动*/
.fl_l { float: left!important; }
.fl_r { float: right!important; }
/*边距*/
.m_0{ margin: 0;}
.m_l0{ margin-left: 0;}
.m_r0{ margin-right: 0;}
.m_t0{ margin-top: 0;}
.m_b0{ margin-bottom: 0;}
.m_t5 { margin-top: 5px!important; }
.m_t10 { margin-top: 10px!important; }
.m_t15 { margin-top: 15px!important; }
.m_t20 { margin-top: 20px!important; }
.m_b5 { margin-bottom: 5px!important; }
.m_b10 { margin-bottom: 10px!important; }
.m_b15 { margin-bottom: 15px!important; }
.m_b20 { margin-bottom: 20px!important; }
.m_l5 { margin-left: 5px!important; }
.m_l10 { margin-left: 10px!important; }
.m_l15 { margin-left: 15px!important; }
.m_l20 { margin-left: 20px!important; }
.m_r5 { margin-left: 5px!important; }
.m_r10 { margin-left: 10px!important; }
.m_r15 { margin-left: 15px!important; }
.m_r20 { margin-left: 20px!important; }
.p_0{ padding: 0;}
.p_l0{ padding-left: 0;}
.p_r0{ padding-right: 0;}
.p_t0{ padding-top: 0;}
.p_b0{ padding-bottom: 0;}
.p_t5 { padding-top: 5px!important; }
.p_t10 { padding-top: 10px!important; }
.p_t15 { padding-top: 15px!important; }
.p_t20 { padding-top: 20px!important; }
.p_b5 { padding-bottom: 5px!important; }
.p_b10 { padding-bottom: 10px!important; }
.p_b15 { padding-bottom: 15px!important; }
.p_b20 { padding-bottom: 20px!important; }
.p_l5 { padding-left: 5px!important; }
.p_l10 { padding-left: 10px!important; }
.p_l15 { padding-left: 15px!important; }
.p_l20 { padding-left: 20px!important; }
.p_r5 { padding-right: 5px!important; }
.p_r10 { padding-right: 10px!important; }
.p_r15 { padding-right: 15px!important; }
.p_r20 { padding-right: 20px!important; }
/*高度*/
.h10 { height: 10px!important; }
.h20 { height: 20px!important; }
.h30 { height: 30px!important; }
.h40 { height: 40px!important; }
.h50 { height: 50px!important; }
.h100 { height: 100px!important; }
.h200 { height: 200px!important; }
.min_h_auto { min-height: auto!important; }
/*字号*/
.font_14{ font-size: 14px!important;}
.font_16{ font-size: 16px!important;}
.font_18{ font-size: 18px!important;}
.font_20{ font-size: 20px!important;}

.w100{ width: 100%!important;}

  body{background-color: #e4e4e5;}
  li{list-style: none;}
  a{text-decoration: none;}
 /******************************** 头部*********************************/
.header{width: 100%;height: 130px;background-color: #316a8f;}
.hd_cont{width: 1180px;height: 130px;margin: 0 auto;}
.hd_l{float: left;margin-top: 15px;}
.hd_l img{width: 122px;height: 96px;}
.hd_r{width: 1043px;height:88%;float: right;margin-top: 15px;}
.hd_r_top{width: 100%;height: 70px;}
.login_size{float: left;}
.seach{float: right;}
.seach span a{color: #FFF;font-size: 15px;font-family: "宋体";margin-right: 20px;display: table;float: left;margin-top: 5px;}
.seach_k{width: 225px;height: 22px;border: 2px solid #bdcfdb;float: right;}
.seach_k input{background-color: #316a8f;border: none;outline: none;padding-left: 8px;float: left;height: 22px;width: 80%;color: #fff;line-height: 22px;}
.seach_k a{width: 17px;height: 18px;float: right;margin-right: 10px;}
.seach_k a img{margin-top: 2px;border: 0}
.hd_r_nav{width: 100%;overflow: hidden;}
.hd_r_nav ul{width: 1331px;overflow: hidden;margin-left: -46px;}
.hd_r_nav ul li{float: left; position: relative;width: 132px;text-align: center;border: 2px solid #316a8f;z-index: 100000;}
.hd_r_nav ul li.active a{ color:#87caf5;}
.hd_r_nav ul li a{color: #fff;font-size: 20px;font-family: "宋体";padding: 3px 0; display: inline-block;}
.list_nav{ background: #e3ecf2;width: 132px;text-align: left;padding-top: 10px;padding-bottom: 4px;display: none}
.list_nav p{
	background: url(../images/nav_dian.png) no-repeat left;
    padding-left: 18px;
    color: #145076;
    font-size: 15px;
    font-family: "宋体";
     margin-left: 15px;
}
.list_nav p a{
	color: #145076 !important;
    font-size: 15px !important;
    font-family: "宋体" !important;
    padding: 6px 0 !important;
}
.border3 {
    border-color: #bdcfdb !important;
}

/******************************** 内容*********************************/
.content{background-color: #fff;width: 1200px;margin: 0 auto;overflow: hidden;}
.seat{width: 100%;overflow: hidden;}
.seat span {font-family: "宋体";color: #919191;}
.seat span a{color: #919191;margin-right: 8px;}
.j_l{margin-left: 8px;}


/******************************** 底部*********************************/
.b_z{padding:35px 30px;overflow: hidden;border-top: 1px solid #d4d4d4;width:1200px;box-sizing:border-box;margin: 0 auto;}
.bz_l{width: 49%;float: left;text-align: center;}
.bz_zn{color: #316a8f;font-size: 29px;font-family: "宋体";margin-bottom: 15px;letter-spacing:13px;margin-top: 35px;margin-left: 15px;}
.bz_jm em,.erweima em{display: block;font-style: normal;font-size: 13px;font-family: "宋体";margin-top: 10px;color: #777777}
.bz_r{border-left: 1px solid #d4d4d4;width: 50%;float: right;text-align: center;}
.bz_jm{width: 200px;height: 107px;display: inline-block;text-align: center;}
.bz_jm img{max-width: 107px;max-height: 107px;}
.erweima{width:200px;height: 107px;}
.erweima img{max-width: 107px;max-height: 107px;}
.partner{width: 100%; border-top: 1px solid #d4d4d4;}
.pt_c{padding:38px 45px;overflow: hidden;padding-bottom: 25px; margin-bottom: 14px;width: 100%;box-sizing:border-box;}
.pt_c ul li {float: left;margin-right: 20px;margin-bottom: 12px;}
.pt_c ul li a{font-family: "宋体";font-size: 15px;color: #777777;}
.copy{padding:33px 0px;overflow: hidden;text-align: center; padding-bottom: 25px;width: 100%;box-sizing:border-box;background-color: #fff;border-top: 1px solid #dedede;}
.copy p{font-family: "宋体";color: #777777;margin-bottom: 10px;width: 650px;margin: 0 auto;line-height: 1.8;}
.copy_n{background-color: #fff;border-top: 1px solid #dedede;}
/*一级标题*/
.my_center_title{ margin-bottom: 50px;}
.nr_o{margin-bottom: 25px;}
.my_center_title h3{ font-size: 43px; font-family: "宋体"; color:#000; font-weight: 100; margin-left: -5px; }
.my_center_title h2{ font-size: 20px; font-family: "宋体"; font-weight: 100; color: #000;text-align:justify; width: 170px;text-align-last:justify;}
/*二级标题*/
.shop_title{ font-size: 24px; font-family: "宋体"; color: #000; border-bottom: 1px solid #d1d1d1; display: table; padding-bottom: 10px; margin-bottom: 35px;}



div.justify { text-align: justify; width:200px; font-size:15px; color:red; border:1px solid blue; height:18px;text-justify:inter-ideograph}
div.justify > span { display: inline-block /* Opera */; padding-left: 100%; }
.b_z_o{border-top: none;}















